home *** CD-ROM | disk | FTP | other *** search
- These are the sample files for the following two VBits 94 programs
- by Daniel Appleman:
-
- Understanding Event Driven Programming
- and Advanced API Programming.
-
- EVTPROG1.MAK - shows the event driven setup process - using the load,resize and paint events.
- EVTPROG2.MAK - Shows how to evolve a program from a DOS type linear program to a fully state
- driven application.
- EVTPROG3.MAK - Demonstrates some of the dangers of reentrancy during data validation.
-
- EVENTCOD.MAK contains the source files for the 1991 VBPJ article on event
- driven programming and are included here as a supplement.
-
- PICPRINT.BAS - Demonstrates advanced bitmap, metafile and printing techniques.
-
- NOTE:
- The Understanding event driven programming session was not presented
- at Orlando VBits (only SF, LA and Chicago).
- For information on event driven programming, refer to the Aug/Sept
- issue of VBPJ article "Design true event-driven code".
-
- Dan